home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM Examples / TestTools / Sources / BackDepLib2.cp < prev    next >
Encoding:
Text File  |  1996-11-19  |  339 b   |  27 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        BackDepLib2.cp
  3.  
  4.     Contains:    Test for having a library with a dependency on a library
  5.                 that is dependent on it.
  6.  
  7.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  8.  
  9. */
  10.  
  11. #ifndef __BACKDEPLIB__
  12. #include "BackDepLib.h"
  13. #endif
  14.  
  15.  
  16. TBackDep2::TBackDep2()
  17. {
  18. }
  19.  
  20. TBackDep2::~TBackDep2()
  21. {
  22. }
  23.  
  24. void TBackDep2::Foo()
  25. {
  26. }
  27.